home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Dec 89 / 0189-Re… Compilation Spee-Dec89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.3 KB  |  34 lines  |  [TEXT/GEOL]

  1. Item    0590882                         12-Dec-89        17:04
  2.  
  3. From:   ARBOGAST                        Peat Marwick, Chris Arbogast,VCA
  4.  
  5. To:     BURBECK.S                       Burbeck, Steve
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re… Compilation Speed up
  10.  
  11. Norberto,
  12.  
  13. This is not a fair test because it does not represent the typical use of the
  14. compiler.  I would be interested in seeing times for more typical use.  Say I
  15. change a file in one unit or maybe two and recompile.  Most of the time I will
  16. not even change an interface file, just the implementation so no dependencies
  17. in the make file get triggered.
  18.  
  19. Further, it is not acceptable - for me anyhow - to have the source files I am
  20. modifying reside only on the RAM disk.  Time must be added for copying the
  21. files I have changed to the hard disk before beginning the compile. It is
  22. assumed that this process can be automated with scripts or as part of the make
  23. or build, though I have not figured out how to do it yet.
  24.  
  25. Further, the time to launch my application for testing must also be included.
  26. After all, this is part of the turnaround cycle I am interseted in improving
  27. and some environments have features to shorten this time as well.
  28.  
  29. Thanks,
  30.  
  31.     Chris Arbogast
  32.     KPMG Peat Marwick
  33.  
  34.